JavaScript

{dialog.object}unZoomPanelCard Method

Syntax

{dialog.object}.unZoomPanelCard(panelCardName);

Arguments

panelCardNamestring

The name of the Panel Card to reset the zoom level.

Description

Resets the zoom level for a Panel Card.

Discussion

The unZoomPanelCard() resets the zoom level for a Panel Card that has been zoomed in using pinch zooming.

Example

{dialog.object}.unZoomPanelCard('PANEL_1');

See Also